fix: Update AbnormalSecurity extension bundle to supported version [4.*, 5.0.0)#13484
Conversation
Fixes Azure#13172 Updates AbnormalSecurity Data Connector to use the currently supported Azure Functions extension bundle version [4.*, 5.0.0) instead of the deprecated [2.6.*, 4.0) which is triggering deprecation warnings. This change ensures compatibility with the latest Azure Functions runtime and removes deprecation notifications for customers. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
@abheet-gupta please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
1 similar comment
|
@abheet-gupta please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
Hi @abheet-gupta, please accept CLA. Thanks! |
Summary
Fixes #13172
Updates the AbnormalSecurity Data Connector to use the currently supported Azure Functions extension bundle version
[4.*, 5.0.0)instead of the deprecated[2.6.*, 4.0).Changes
host.jsonextension bundle version from[2.6.*, 4.0)to[4.*, 5.0.0)AbnormalSecurityConn.zipto include the updatedhost.json(similar to PR Update extension bundle version in host.json #13195)Why this change is needed
Customers are receiving deprecation warnings from Azure:
This change ensures:
Test Plan
[4.*, 5.0.0)is the currently supported version rangehost.jsonin zip file matches updated standalone fileReferences